object ActivateMailWasherProForm: TActivateMailWasherProForm Left = 378 Top = 201 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Activate MailWasher Pro' ClientHeight = 237 ClientWidth = 396 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ActivationKeyGroupBox: TGroupBox Left = 2 Top = 0 Width = 393 Height = 233 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object NameLabel: TLabel Left = 16 Top = 136 Width = 31 Height = 13 Caption = 'Name:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object EmailLabel: TLabel Left = 16 Top = 168 Width = 28 Height = 13 Caption = 'Email:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ErrorLabel: TLabel Left = 8 Top = 200 Width = 201 Height = 29 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object DaysRemainingLabel: TLabel Left = 8 Top = 16 Width = 361 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Enter your activation key to enable MailWasher Pro to function a' + 'fter 7 days.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label5: TLabel Left = 8 Top = 96 Width = 369 Height = 33 AutoSize = False Caption = 'Enter your name and email address to authorise your activation c' + 'ode and to be eligible for technical support and updates.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object ActivationKeyNameEdit: TEdit Left = 56 Top = 136 Width = 321 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 100 ParentFont = False TabOrder = 1 end object ActivationKeyEmailEdit: TEdit Left = 56 Top = 168 Width = 321 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 100 ParentFont = False TabOrder = 2 end object CancelButton: TButton Left = 304 Top = 200 Width = 75 Height = 25 Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end object RegisterButton: TButton Left = 216 Top = 200 Width = 75 Height = 25 Caption = '&Activate' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = RegisterButtonClick end object RegKeyPanel: TPanel Left = 8 Top = 40 Width = 377 Height = 41 TabOrder = 0 object Label1: TLabel Left = 90 Top = 8 Width = 8 Height = 24 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 186 Top = 8 Width = 8 Height = 24 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 282 Top = 8 Width = 8 Height = 24 Caption = '-' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -21 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Key1Edit: TEdit Left = 8 Top = 10 Width = 76 Height = 21 BorderStyle = bsNone CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 5 ParentFont = False TabOrder = 0 OnChange = Key1EditChange end object Key2Edit: TEdit Left = 104 Top = 10 Width = 76 Height = 21 BorderStyle = bsNone CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 5 ParentFont = False TabOrder = 1 OnChange = Key2EditChange OnKeyDown = Key2EditKeyDown end object Key3Edit: TEdit Left = 200 Top = 10 Width = 76 Height = 21 BorderStyle = bsNone CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 5 ParentFont = False TabOrder = 2 OnChange = Key3EditChange OnKeyDown = Key3EditKeyDown end object Key4Edit: TEdit Left = 296 Top = 10 Width = 73 Height = 21 BorderStyle = bsNone CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 5 ParentFont = False TabOrder = 3 OnKeyDown = Key4EditKeyDown end end end end